CHECK FOR UNDERSTANDING: Let's look at those symbols again!
We've used if statements to test when two things are equal, but we can also use them to compare values.
Greater Than: If your guess is > the random number, the sprite says, "Nope! Too high!"
Less Than: If your guess is < the random number, the sprite says, "Nope! Too low!"
To navigate the page using the TAB key, first press ESC to exit the code editor.